net/http.http2clientStream.readAborted (field)

3 uses

	net/http (current package)
		h2_bundle.go#L7478: 	readAborted  bool  // read loop reset the stream
		h2_bundle.go#L9840: 	cs.readAborted = true
		h2_bundle.go#L9848: 	if cs != nil && !cs.readAborted {